Skip to content

Conversation

@TheTechromancer
Copy link
Collaborator

@TheTechromancer TheTechromancer commented Oct 30, 2025

TheTechromancer and others added 21 commits October 8, 2025 18:15
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.1.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-7.1.1...release-7.1.2)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [orjson](https://github.com/ijl/orjson) from 3.11.3 to 3.11.4.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.3...3.11.4)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.0...0.14.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…actions/dev/github-actions-dc500464ed

Bump actions/upload-artifact from 4 to 5 in the github-actions group
…/ruff-0.14.2

Bump ruff from 0.14.0 to 0.14.2
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to 0.120.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.119.0...0.120.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.120.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/fastapi-0.120.0

Bump fastapi from 0.119.0 to 0.120.0
…/orjson-3.11.4

Bump orjson from 3.11.3 to 3.11.4
…/psutil-7.1.2

Bump psutil from 7.1.1 to 7.1.2
feat: introduce new `download` flag to modules
@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

📊 Performance Benchmark Report

Comparing stable (baseline) vs dev (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 4.27ms 4.20ms -1.6%
Bloom Filter Large Scale Dns Brute Force 18.42ms 17.63ms -4.3%
Large Closest Match Lookup 358.36ms 351.40ms -1.9%
Realistic Closest Match Workload 192.20ms 189.17ms -1.6%
Event Validation Full Scan Startup Small Batch 445.72ms 460.84ms +3.4%
Event Validation Full Scan Startup Large Batch 794.65ms 803.69ms +1.1%
Make Event Autodetection Small 31.61ms 31.34ms -0.8%
Make Event Autodetection Large 318.69ms 322.16ms +1.1%
Make Event Explicit Types 14.04ms 14.17ms +0.9%
Excavate Single Thread Small 4.078s 4.020s -1.4%
Excavate Single Thread Large 9.524s 9.534s +0.1%
Excavate Parallel Tasks Small 4.249s 4.347s +2.3%
Excavate Parallel Tasks Large 7.173s 7.212s +0.5%
Is Ip Performance 3.20ms 3.21ms +0.3%
Make Ip Type Performance 11.35ms 11.47ms +1.1%
Mixed Ip Operations 4.54ms 4.54ms -0.1%
Typical Queue Shuffle 61.67µs 61.70µs +0.0%
Priority Queue Shuffle 693.94µs 702.96µs +1.3%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.14

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 94.73684% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 92%. Comparing base (162675b) to head (da68c05).
⚠️ Report is 3 commits behind head on stable.

Files with missing lines Patch % Lines
bbot/cli.py 89% 2 Missing ⚠️
bbot/modules/base.py 94% 2 Missing ⚠️
bbot/test/test_step_1/test_modules_basic.py 90% 2 Missing ⚠️
bbot/core/helpers/depsinstaller/installer.py 93% 1 Missing ⚠️
bbot/test/test_step_1/test_web.py 97% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           stable   #2760    +/-   ##
=======================================
+ Coverage      92%     92%    +1%     
=======================================
  Files         410     410            
  Lines       33826   33933   +107     
=======================================
+ Hits        30849   30968   +119     
+ Misses       2977    2965    -12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

TheTechromancer and others added 7 commits October 31, 2025 02:57
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-7.1.2...release-7.1.3)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.120.0 to 0.120.4.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.120.0...0.120.4)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.120.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.22 to 9.6.23.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.22...9.6.23)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.6.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.2...0.14.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
TheTechromancer and others added 28 commits November 3, 2025 10:38
…/ruff-0.14.3

Bump ruff from 0.14.2 to 0.14.3
…/mkdocs-material-9.6.23

Bump mkdocs-material from 9.6.22 to 9.6.23
…/fastapi-0.120.4

Bump fastapi from 0.120.0 to 0.120.4
…/psutil-7.1.3

Bump psutil from 7.1.2 to 7.1.3
Bumps [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) from 5.1.0 to 5.2.0.
- [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/pytest-benchmark@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: pytest-benchmark
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/pytest-benchmark-5.2.0

Bump pytest-benchmark from 5.1.0 to 5.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants